Click or drag to resize

PullSubscription Class

Represents a subscription to a pull-based event notification subscription.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class PullSubscription : Subscription

The PullSubscription type exposes the following members.

Constructors
  NameDescription
Public methodPullSubscription
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(Boolean, EventType)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(Boolean, IListEventType)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(FolderId, EventType)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(FolderId, IListEventType)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(IListFolderId, IListEventType)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(StandardFolder, EventType)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(StandardFolder, IListEventType)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(FolderId, EventType, Int32)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(FolderId, EventType, String)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(FolderId, IListEventType, Int32)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(FolderId, IListEventType, String)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(IListFolderId, IListEventType, Int32)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(IListFolderId, IListEventType, String)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(StandardFolder, EventType, Int32)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(StandardFolder, EventType, String)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(StandardFolder, IListEventType, Int32)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(StandardFolder, IListEventType, String)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(FolderId, EventType, Int32, String)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(FolderId, IListEventType, Int32, String)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(IListFolderId, IListEventType, Int32, String)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(StandardFolder, EventType, Int32, String)
Initializes a new instance of the PullSubscription class.
Public methodPullSubscription(StandardFolder, IListEventType, Int32, String)
Initializes a new instance of the PullSubscription class.
Top
Properties
  NameDescription
Public propertyEventTypes
Contains a collection of event notifications that are used to create a subscription.
(Inherited from Subscription.)
Public propertyFolders
Contains a collection of folder identifiers that are used to identify folders to monitor for event notifications.
(Inherited from Subscription.)
Public propertySubscribeToAllFolders (Inherited from Subscription.)
Public propertyTimeout
Represents the duration, in minutes, that the subscription can remain idle without a GetEvents request from the client.
Public propertyWatermark
Represents an event bookmark in the mailbox events table.
(Inherited from Subscription.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also